home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00106_button.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  170 b   |  10 lines

  1. on mouseUp
  2.   global slevel
  3.   set slevel to slevel - 1
  4.   if slevel <= 0 then
  5.     set slevel to 0
  6.     set the soundEnabled to 0
  7.   end if
  8.   set the soundLevel to slevel
  9. end
  10.